Skip to content

Conversation

jtcorbett
Copy link
Contributor

@jtcorbett jtcorbett commented Sep 15, 2025

Update deployment URLs to new domain

TL;DR

Updated all deployment URLs from deployments.mcp-agent-cloud.lastmileai.dev to deployments.mcp-agent.com.

Summary by CodeRabbit

  • Documentation
    • Updated example SSE endpoints and deployment URLs to use the mcp-agent.com domain across examples and guides (Claude Desktop snippets, MCP Inspector settings, and deployment app URLs).
    • Changes applied to Basic Agent, Model Selector, Asyncio Agent Server, GitHub→Slack agent, Server Aggregator, and multiple Workflow and Cloud docs.
    • No behavioral or configuration-header changes.

Copy link

coderabbitai bot commented Sep 15, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

Documentation updates: example SSE/app URL hosts changed from deployments.mcp-agent-cloud.lastmileai.dev to deployments.mcp-agent.com across multiple README and docs files. No code, logic, export, or API changes.

Changes

Cohort / File(s) Summary
SSE endpoint domain update
examples/basic/mcp_basic_agent/README.md, examples/basic/mcp_model_selector/README.md, examples/usecases/mcp_github_to_slack_agent/README.md, examples/workflows/.../README.md, examples/workflows/workflow_evaluator_optimizer/README.md, examples/workflows/workflow_intent_classifier/README.md, examples/workflows/workflow_orchestrator_worker/README.md, examples/basic/mcp_server_aggregator/README.md
Replaced SSE endpoint host deployments.mcp-agent-cloud.lastmileai.dev with deployments.mcp-agent.com in Claude Desktop and MCP Inspector examples; path /sse unchanged.
App URL domain update
examples/mcp_agent_server/asyncio/README.md, docs/cloud/agent-server.mdx, docs/cloud/overview.mdx
Replaced example deployment App/host domain to deployments.mcp-agent.com in docs and README snippets; other example values unchanged.

Sequence Diagram(s)

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • petersonbill64
  • saqadri
  • andrew-lastmile

Poem

A rabbit hops through docs so bright,
I swap old hosts for ones that light.
Paths stay the same, just names anew,
My twitching nose approves the view.
Thump—docs tidy, hoppity-doo! 🐇✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The PR title "Update deployment URLs from lastmileai.dev to mcp-agent.com domain" accurately and concisely captures the main change—replacing the deployments.mcp-agent-cloud.lastmileai.dev host with deployments.mcp-agent.com across README examples. It is specific, relevant to the changeset, and clear for a reviewer scanning history.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 916d17b and cf419d3.

📒 Files selected for processing (10)
  • docs/cloud/agent-server.mdx (1 hunks)
  • docs/cloud/overview.mdx (2 hunks)
  • examples/basic/mcp_basic_agent/README.md (2 hunks)
  • examples/basic/mcp_model_selector/README.md (2 hunks)
  • examples/basic/mcp_server_aggregator/README.md (2 hunks)
  • examples/mcp_agent_server/asyncio/README.md (1 hunks)
  • examples/usecases/mcp_github_to_slack_agent/README.md (2 hunks)
  • examples/workflows/workflow_evaluator_optimizer/README.md (2 hunks)
  • examples/workflows/workflow_intent_classifier/README.md (2 hunks)
  • examples/workflows/workflow_orchestrator_worker/README.md (2 hunks)

Tip

👮 Agentic pre-merge checks are now available in preview!

Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.

  • Built-in checks – Quickly apply ready-made checks to enforce title conventions, require pull request descriptions that follow templates, validate linked issues for compliance, and more.
  • Custom agentic checks – Define your own rules using CodeRabbit’s advanced agentic capabilities to enforce organization-specific policies and workflows. For example, you can instruct CodeRabbit’s agent to verify that API documentation is updated whenever API schema files are modified in a PR. Note: Upto 5 custom checks are currently allowed during the preview period. Pricing for this feature will be announced in a few weeks.

Please see the documentation for more information.

Example:

reviews:
  pre_merge_checks:
    custom_checks:
      - name: "Undocumented Breaking Changes"
        mode: "warning"
        instructions: |
          Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).

Please share your feedback with us on this Discord post.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@jtcorbett jtcorbett force-pushed the Update_deployment_URLs_from_lastmileai.dev_to_mcp-agent.com_domain branch from 49bdc7e to 916d17b Compare September 15, 2025 22:04
@jtcorbett jtcorbett marked this pull request as ready for review September 15, 2025 22:05
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
examples/usecases/mcp_github_to_slack_agent/README.md (1)

114-114: SSE endpoint host change LGTM; fix markdownlint MD049 on line 137.

URLs are correct. markdownlint flags asterisk emphasis in the table; either switch to underscores or update lint config.

Apply this minimal tweak if you prefer code-side fix:

-| *SSE* | *https://[your-agent-server-id].deployments.mcp-agent.com/sse* |
+| _SSE_ | _https://[your-agent-server-id].deployments.mcp-agent.com/sse_ |

Also applies to: 137-137

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 25909e8 and 916d17b.

📒 Files selected for processing (7)
  • examples/basic/mcp_basic_agent/README.md (2 hunks)
  • examples/basic/mcp_model_selector/README.md (2 hunks)
  • examples/mcp_agent_server/asyncio/README.md (1 hunks)
  • examples/usecases/mcp_github_to_slack_agent/README.md (2 hunks)
  • examples/workflows/workflow_evaluator_optimizer/README.md (2 hunks)
  • examples/workflows/workflow_intent_classifier/README.md (2 hunks)
  • examples/workflows/workflow_orchestrator_worker/README.md (2 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
examples/usecases/mcp_github_to_slack_agent/README.md

137-137: Emphasis style
Expected: underscore; Actual: asterisk

(MD049, emphasis-style)


137-137: Emphasis style
Expected: underscore; Actual: asterisk

(MD049, emphasis-style)


137-137: Emphasis style
Expected: underscore; Actual: asterisk

(MD049, emphasis-style)


137-137: Emphasis style
Expected: underscore; Actual: asterisk

(MD049, emphasis-style)

🔇 Additional comments (6)
examples/mcp_agent_server/asyncio/README.md (1)

225-225: Updated App URL host LGTM.

The deployment log example now reflects deployments.mcp-agent.com.

examples/basic/mcp_basic_agent/README.md (1)

125-125: Correct domain migration in both SSE examples.

Nothing else changed; headers and paths remain valid.

Also applies to: 148-148

examples/workflows/workflow_intent_classifier/README.md (1)

87-87: SSE URLs now target deployments.mcp-agent.com.

Looks consistent with the rest of the repo.

Also applies to: 110-110

examples/basic/mcp_model_selector/README.md (1)

101-101: Host switch to deployments.mcp-agent.com verified.

No other changes required.

Also applies to: 124-124

examples/workflows/workflow_evaluator_optimizer/README.md (1)

135-135: Both occurrences updated to the new domain.

App integration JSON and MCP Inspector table are consistent.

Also applies to: 159-159

examples/workflows/workflow_orchestrator_worker/README.md (1)

105-105: Approve: deployments.mcp-agent.com SSE URLs updated; no stale old-domain references found.
rg scan returned 0 matches for deployments.mcp-agent-cloud.lastmileai.dev and shows the SSE endpoints updated across README files.

@jtcorbett jtcorbett force-pushed the Update_deployment_URLs_from_lastmileai.dev_to_mcp-agent.com_domain branch from 916d17b to 3d31403 Compare September 16, 2025 16:47
@jtcorbett jtcorbett merged commit 588ffb7 into main Sep 16, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant